#framework for 2024
Explore tagged Tumblr posts
Text
PHP Framework is crucial for developers and businesses alike. As we step into 2024, the world of web development continues to evolve rapidly. Laravel, which has been a prominent name in the PHP framework ecosystem, continues to stand out. In this blog, we’ll explore 10 compelling reasons why Laravel remains the best PHP framework for 2024.
#php framework#technology#web development#custom website development#custom web design company#ai for web development#phpdevelopment#php programming#php#laravel#laravel development company#framework for 2024#framework
0 notes
Text
Agents of S.H.I.E.L.D. warned y'all about this and none of you listened
#sorry to make it about aos again but most people follow me for that#and they have very good allegories for this type of stuff#election 2024#us politics#agents of shield#agents of s.h.i.e.l.d.#agents of shield season 4#aos#framework
18 notes
·
View notes
Text

#claire Fontaine#foreigners everywhere#sixty neon signs framework transformers cables fittings. Installation view Arsenale Venice 2024#2024
6 notes
·
View notes
Text
They Promised Us Agents, but All We Got Were Static Chains
New Post has been published on https://thedigitalinsider.com/they-promised-us-agents-but-all-we-got-were-static-chains/
They Promised Us Agents, but All We Got Were Static Chains
In the spring of 2023, the world got excited about the emergence of LLM-based AI agents. Powerful demos like AutoGPT and BabyAGI demonstrated the potential of LLMs running in a loop, choosing the next action, observing its results, and choosing the next action, one step at a time (also known as the ReACT framework). This new method was expected to power agents that autonomously and generically perform multi-step tasks. Give it an objective and a set of tools and it will take care of the rest. By the end of 2024, the landscape will be full of AI agents and AI agent-building frameworks. But how do they measure against the promise?
It is safe to say that the agents powered by the naive ReACT framework suffer from severe limitations. Give them a task that requires more than a few steps, using more than a few tools and they will miserably fail. Beyond their obvious latency issues, they will lose track, fail to follow instructions, stop too early or stop too late, and produce wildly different results on each attempt. And it is no wonder. The ReACT framework takes the limitations of unpredictable LLMs and compounds them by the number of steps. However, agent builders looking to solve real-world use cases, especially in the enterprise, cannot do with that level of performance. They need reliable, predictable, and explainable results for complex multi-step workflows. And they need AI systems that mitigate, rather than exacerbate, the unpredictable nature of LLMs.
So how are agents built in the enterprise today? For use cases that require more than a few tools and a few steps (e.g. conversational RAG), today agent builders have largely abandoned the dynamic and autonomous promise of ReACT for methods that heavily rely on static chaining – the creation of predefined chains designed to solve a specific use case. This approach resembles traditional software engineering and is far from the agentic promise of ReACT. It achieves higher levels of control and reliability but lacks autonomy and flexibility. Solutions are therefore development intensive, narrow in application, and too rigid to address high levels of variation in the input space and the environment.
To be sure, static chaining practices can vary in how “static” they are. Some chains use LLMs only to perform atomic steps (for example, to extract information, summarize text, or draft a message) while others also use LLMs to make some decisions dynamically at runtime (for example, an LLM routing between alternative flows in the chain or an LLM validating the outcome of a step to determine whether it should be run again). In any event, as long as LLMs are responsible for any dynamic decision-making in the solution – we are inevitably caught in a tradeoff between reliability and autonomy. The more a solution is static, is more reliable and predictable but also less autonomous and therefore more narrow in application and more development-intensive. The more a solution is dynamic and autonomous, is more generic and simple to build but also less reliable and predictable.
This tradeoff can be represented in the following graphic:
This begs the question, why have we yet to see an agentic framework that can be placed in the upper right quadrant? Are we doomed to forever trade off reliability for autonomy? Can we not get a framework that provides the simple interface of a ReACT agent (take an objective and a set of tools and figure it out) without sacrificing reliability?
The answer is – we can and we will! But for that, we need to realize that we’ve been doing it all wrong. All current agent-building frameworks share a common flaw: they rely on LLMs as the dynamic, autonomous component. However, the crucial element we’re missing—what we need to create agents that are both autonomous and reliable—is planning technology. And LLMs are NOT great planners.
But first, what is “planning”? By “planning” we mean the ability to explicitly model alternative courses of action that lead to a desired result and to efficiently explore and exploit these alternatives under budget constraints. Planning should be done at both the macro and micro levels. A macro-plan breaks down a task into dependent and independent steps that must be executed to achieve the desired outcome. What is often overlooked is the need for micro-planning aimed to guarantee desired outcomes at the step level. There are many available strategies for increasing reliability and achieving guarantees at the single-step level by using more inference-time computing. For example, you could paraphrase semantic search queries multiple times, you can retrieve more context per a given query, can use a larger model, and you can get more inferences from an LLM – all resulting in more requirements-satisfying results from which to choose the best one. A good micro-planner can efficiently use inference-time computing to achieve the best results under a given compute and latency budget. To scale the resource investment as needed by the particular task at hand. That way, planful AI systems can mitigate the probabilistic nature of LLMs to achieve guaranteed outcomes at the step level. Without such guarantees, we’re back to the compounding error problem that will undermine even the best macro-level plan.
But why can’t LLMs serve as planners? After all, they are capable of translating high-level instructions into reasonable chains of thought or plans defined in natural language or code. The reason is that planning requires more than that. Planning requires the ability to model alternative courses of action that may reasonably lead to the desired outcome AND to reason about the expected utility and expected costs (in compute and/or latency) of each alternative. While LLMs can potentially generate representations of available courses of action, they cannot predict their corresponding expected utility and costs. For example, what are the expected utility and costs of using model X vs. model Y to generate an answer per a particular context? What is the expected utility of looking for a particular piece of information in the indexed documents corpus vs. an API call to the CRM? Your LLM doesn’t begin to have a clue. And for good reason – historical traces of these probabilistic traits are rarely found in the wild and are not included in LLM training data. They also tend to be specific to the particular tool and data environment in which the AI system will operate, unlike the general knowledge that LLMs can acquire. And even if LLMs could predict expected utility and costs, reasoning about them to choose the most effective course of action is a logical decision-theoretical deduction, that cannot be assumed to be reliably performed by LLMs’ next token predictions.
So what are the missing ingredients for AI planning technology? We need planner models that can learn from experience and simulation to explicitly model alternative courses of action and corresponding utility and cost probabilities per a particular task in a particular tool and data environment. We need a Plan Definition Language (PDL) that can be used to represent and reason about said courses of action and probabilities. We need an execution engine that can deterministically and efficiently execute a given plan defined in PDL.
Some people are already hard at work on delivering on this promise. Until then, keep building static chains. Just please don’t call them “agents”.
#2023#2024#agent#agents#ai#ai agent#AI AGENTS#AI systems#AI21#API#approach#atomic#AutoGPT#autonomous#BabyAGI#Building#code#computing#course#courses#crm#data#development#engine#engineering#enterprise#Environment#event#exploit#framework
0 notes
Text
Top Tools for Web Development in 2025
Web development is an ever-evolving field, requiring developers to stay updated with the latest tools, frameworks, and software. These tools not only enhance productivity but also simplify complex development processes. Whether you’re building a small business website or a complex web application, having the right tools in your toolkit can make all the difference. Here’s a rundown of the top…
View On WordPress
#Angular Framework#API Development Tools#Back-End Development Tools#Best Tools for Web Development 2024#Bootstrap for Responsive Design#Django Python Framework#Docker for Deployment#Front-End Development Tools#GitHub for Developers#Laravel PHP Framework#Modern Web Development Tools#Node.js Back-End Framework#Popular Web Development Software#React Development#Tailwind CSS#Testing and Debugging Tools#Vue.js for Web Development#Web Development Frameworks
0 notes
Text
Top AI Tools to Start Your Training in 2024
Empower Your AI Journey with Beginner-Friendly Platforms Like TensorFlow, PyTorch, and Google Colab The rapid advancements in artificial intelligence (AI) have transformed the way we work, live, and learn. For aspiring AI enthusiasts, diving into this exciting field requires a combination of theoretical understanding and hands-on experience. Fortunately, the right tools can make the learning…
#accessible AI learning#ai#AI education#AI for beginners#AI learning resources#AI technology 2024#AI tools#AI tools for students#AI tools roundup#AI training for beginners#AI training platforms#artificial intelligence training#artificial-intelligence#beginner-friendly AI platforms#cloud-based AI tools#data science tools#deep learning tools#future of AI#Google Colab#machine learning frameworks#machine-learning#neural networks#PyTorch#TensorFlow
0 notes
Text
#ios developers#programming#swiftui#framework#machine learning#future trends#coding#technology#artificial intelligence#follow#trends 2024#game development#ui ux design#developer#ios#branding#ios app development#ios 18
0 notes
Text
#iOS Mobile App Development Technologies#Technologies for iOS App Development#iOS App Development Tools and Frameworks#Best Technologies for iOS Development#iOS Development Languages and Tools#iOS App Development Best Practices#iOS Mobile Development Frameworks 2024#Technologies Used in iOS App Development#Top iOS Development Tools and Languages#iOS Mobile App Development Guide
0 notes
Text
TENDER FOR SUPPLY AND DELIVERY OF MOTOR VEHICLE TYRES, BATTERIES, AND CANOPIES (Framework Agreement)
STATE DEPARTMENT FOR CORRECTIONAL SERVICES TENDERS SEPTEMBER 2024 INVITATION TO TENDER SUPPLY AND DELIVERY OF MOTOR VEHICLE TYRES, BATTERIES, AND CANOPIES (Framework Agreement) Tender No: SDC/12/2024-2026 1. The Ministry of Interior and National Administration, State Department for Correctional Services invites sealed tenders for the Supply and Delivery of Motor Vehicle Tyres, Batteries and…
#AND CANOPIES (Framework Agreement)#BATTERIES#STATE DEPARTMENT FOR CORRECTIONAL SERVICES TENDERS SEPTEMBER 2024#TENDER FOR SUPPLY AND DELIVERY OF MOTOR VEHICLE TYRES
0 notes
Text
10 Best Backend Frameworks in 2024

The backbone of any successful web or mobile application often lies in the framework that powers it. Choosing the best backend framework is no longer a luxury—it’s a necessity for building scalable, efficient, and fast applications. So, what’s changed in 2024? And which backend frameworks are leading the pack? Let’s dive into it.
What Are Back-End Frameworks?
In simple terms, backend frameworks are the unsung heroes behind the curtain, ensuring that everything on a website or app functions smoothly. When you use an app and click a button, the backend framework ensures that the right data is fetched, processed, and sent back to the front end without hiccups. It’s like the kitchen in a restaurant—you don’t see it, but you rely on it to make everything work.
These frameworks simplify the development process, providing pre-built modules and structures so developers don’t have to start from scratch every time. It’s like having a LEGO set instead of building bricks from mud. Pretty cool, right? In 2024, the demand for more sophisticated frameworks has skyrocketed, and developers are spoiled for choice.
Why Use a Backend Framework?
Why reinvent the wheel when backend frameworks offer tried-and-true solutions for common issues? Here are a few reasons:
Faster Development: Pre-built components save time.
Scalability: Designed to grow with your application.
Security: Robust frameworks come with built-in security features.
Alright, enough chit-chat. Let’s talk about the best backend frameworks of 2024.
To read more visit our blog : -10 Best Backend Frameworks in 2024
0 notes
Text
Mowgli Framework
#warrenwoodhouse#2024#bookmark#bookmarks#link#links#.lnk#.url#mowgli framework#atheme#codes#codesblog
0 notes
Text
supporting Germany as praxis against child labour law violations 🙏
#discovered today that the rfef didn’t even HAVE a child safeguarding policy until last year …… that’s CRAZY#euro 2024#Spain fans pls don’t block me I think several of ur adult players are talented + pretty but I don’t trust them with kids 😭😭😭#<- as in I don’t trust the rfef with kids . to be clear#although it’s pretty shocking to have discovered that there weren’t official policies in place to protect minor pro players from their#adult teammates until last year either 🫠 bc you never know 🫠🫠#I’ve spent the last week writing / reworking a safeguarding policy for the ngo I work at so#I am very preoccupied thinking abt this. whoopsies :(((#the more legalese and internayional best practise frameworks I read in this area the more I realise the rfef has institutionally failed at#there’s literally a unicef framework for treatment of child pro players. and an internayional consortium for safeguarding children in sport#there’s no exclude to not have adequate policy in place
1 note
·
View note
Text
i take what i learn from my psychology classes with a grain of salt (I am very disappointed with the cross cultural psychology class I'm taking) but learning that realistic optimism* is important to physical health explained how I managed to recovery with vulvodynia as well as I have. the brain and body works in weird ways with each other
*What this means is that typically, the most optimistic people regarding their own illnesses also tend to have a far greater understanding of the setbacks and what is or isn't possible in terms of their recovery. You could think of optimism as active hope in this case. I knew it wasn't realistic to go back to how I was before vulvodynia, but my hope was to be able to enjoy sexual experiences again and Ive reached that goal! but I'm still striving for improvement and hopeful I can make it
#for the record I am not turning into that kind of person that believes good vibes can heal any ailment#its more that happiness is far more important irt physical health than we were led to believe#BUT the proposed solutions that the research is heading towards is *structural* and focuses on quality of life through --#-- improved living standards. more community connections. MORE greenery and healthier ecological environments#the aim isnt to tell people to just get happier or stop being sad. that shit doesnt work#anyway I really do love learning psychology. i do not love the white dominance of it though#positive psychology also has the potential to lay the framework for anticapitalist societies on what we can do to create wellbeing#also you cant really just 'make' optimism when youre in a rut of hopelessness (looks at the first 6 months of 2024 for me)
1 note
·
View note
Text
The Data Governance Framework is a comprehensive structure designed to ensure the proper management, accessibility, quality, and security of an organization's data assets. It encompasses a set of principles, policies, procedures, and standards that guide how data is collected, stored, processed, and used. The framework aims to optimize the value of data while ensuring compliance with relevant regulations and mitigating risks associated with data handling.
#Data Governance Framework#Top Data Governance Framework#Top Data Governance Framework in 2024#enterprise data governance framework
0 notes
Text
Latest Trends In Web Development For 2024
With 2024 in the picture, a lot of shifts and advancements are expected as far as web development is concerned. Considering the rapid evolution of the trends, developers must keep themselves updated with the latest trends and technologies in order to stay competitive. In this post, we have compiled a list of Web Development Trends for 2024.
Are you excited to embrace the Latest Web Development Technologies that are going to dominate the trend? Read More
#intelliatech#itsbenefits#it services#software engineering#itandsoftware#API-first Design#UI Dark Mode UI#Front-end Development#Trends Front-end Development#Headless CMS#JavaScript Frameworks 2024#Latest Web Development Technologies#Low-Code/No-Code Development#Progressive Web Apps (PWA)#Responsive Design#Static Site Generators#UX Design Trends 2024#Voice Search Optimization#web development trends#web development trends and technology
0 notes